SetPlaybackDelay

Sets the number of milliseconds to wait between statements during playback. Use this statement to adjust the playback speed if the default speed is too fast or slow.

Syntax

SetPlaybackDelay(Delay)

Arguments

Argument Description
Delay Number of milliseconds to wait between each statement.

Example

SetPlaybackDelay(10000)